From ecd9afd4c18108fead7af7eda3aed260ddc9ca2e Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sat, 28 Jan 2012 21:59:29 +0000 Subject: [PATCH] Prep for final 1.4.3 git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4150 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 2 +- gpsbabel/configure | 2 +- gpsbabel/configure.in | 2 +- gpsbabel/gbversion.h | 2 +- gpsbabel/gui/setup.iss | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 9d32a5d0d..02fd854d7 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -355,7 +355,7 @@ mac-gui: gpsbabel cd gui ; qmake && make cd gui ; lupdate app.pro cd gui ; lrelease app.pro - [ ! -d gui/objects/GPSBabelFE.app/Contents/MacOS/translations ] && \ + @ [ ! -d gui/objects/GPSBabelFE.app/Contents/MacOS/translations ] && \ mkdir -p gui/objects/GPSBabelFE.app/Contents/MacOS/translations cp gui/*.qm gui/objects/gpsbabelFE.app/Contents/MacOS/translations cp gpsbabel gui/objects/GPSBabelFE.app/Contents/MacOS diff --git a/gpsbabel/configure b/gpsbabel/configure index 943b30808..fdd746166 100755 --- a/gpsbabel/configure +++ b/gpsbabel/configure @@ -1751,7 +1751,7 @@ DOCVERSION=1.4.3 # Increase GBBUILD for a new release GBBUILD=24 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -PACKAGE_RELEASE="-beta20120114" +# PACKAGE_RELEASE="-beta20120114" # DOCVERSION=development cat >>confdefs.h <<_ACEOF diff --git a/gpsbabel/configure.in b/gpsbabel/configure.in index ee66d662e..484d3ac46 100644 --- a/gpsbabel/configure.in +++ b/gpsbabel/configure.in @@ -13,7 +13,7 @@ DOCVERSION=1.4.3 # Increase GBBUILD for a new release GBBUILD=24 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -PACKAGE_RELEASE="-beta20120114" +# PACKAGE_RELEASE="-beta20120114" # DOCVERSION=development AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.]) AC_SUBST(PACKAGE_RELEASE) diff --git a/gpsbabel/gbversion.h b/gpsbabel/gbversion.h index 5cdc4c892..5f8e2f06d 100644 --- a/gpsbabel/gbversion.h +++ b/gpsbabel/gbversion.h @@ -4,5 +4,5 @@ * * Isn't simplification via automation grand? */ -#define VERSION "1.4.3-beta20120114" +#define VERSION "1.4.3" #define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-1.4.3" diff --git a/gpsbabel/gui/setup.iss b/gpsbabel/gui/setup.iss index 40c977193..36494e674 100755 --- a/gpsbabel/gui/setup.iss +++ b/gpsbabel/gui/setup.iss @@ -16,7 +16,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{1B8FE958-A304-4902-BF7A-4E2F0F5B7017} AppName=GPSBabel -AppVerName=GPSBabel 1.4.3-beta20120114 +AppVerName=GPSBabel 1.4.3 AppPublisher=GPSBabel AppPublisherURL=http://www.gpsbabel.org AppSupportURL=http://www.gpsbabel.org @@ -24,7 +24,7 @@ AppUpdatesURL=http://www.gpsbabel.org DefaultDirName={pf}\GPSBabel DefaultGroupName=GPSBabel OutputDir=release -OutputBaseFilename=GPSBabel-1.4.3-beta20120114-Setup +OutputBaseFilename=GPSBabel-1.4.3-Setup SetupIconFile=images\babel2.ico Compression=lzma SolidCompression=yes -- 2.30.2